/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IList <Store> GetStores(this IShoppingAPI operations)
 {
     return(operations.GetStoresAsync().GetAwaiter().GetResult());
 }