cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' csharp

Code Example - cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' csharp

                
                        public List<int> TestGetMethod()  
{  
    return GetIdList().Result;  
}