/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <Models.Task> ApiTasksGet(this ITaskServiceAPI operations)
 {
     return(operations.ApiTasksGetAsync().GetAwaiter().GetResult());
 }