/// <summary>
 /// Lists all of the available REST API operations of the
 /// Microsoft.ApiManagement provider.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <Operation> List(this IApiManagementOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }