/// <summary>
 /// Initiates the recommendation generation or computation process for a
 /// subscription. This operation is asynchronous. The generated recommendations
 /// are stored in a cache in the Advisor service.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static RecommendationsGenerateHeaders Generate(this IRecommendationsOperations operations)
 {
     return(operations.GenerateAsync().GetAwaiter().GetResult());
 }