Cannot implicitly convert type 'System.Collections.Generic.List<string>' to 'System.Threading.Tasks.Task<System.Collections.Generic.List<string>>' c# code example
Example: cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' c#
public List<int> TestGetMethod()
{
return GetIdList().Result;
}