/// <param name='operations'> /// The operations group for this extension method. /// </param> public static Output GetAll(this IFoos operations) { return(operations.GetAllAsync().GetAwaiter().GetResult()); }
/// <param name='operations'> /// The operations group for this extension method. /// </param> public static IList <string> GetAll(this IFoos operations) { return(operations.GetAllAsync().GetAwaiter().GetResult()); }