/// <summary>
 /// Long running post request, service returns a 500, then a 202 to the initial
 /// request, with 'Location' and 'Retry-After' headers, Polls return a 200 with
 /// a response body after success
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='product'>
 /// Product to put
 /// </param>
 public static LRORetrysPost202Retry200Headers Post202Retry200(this ILRORetrysOperations operations, Product product = default(Product))
 {
     return(operations.Post202Retry200Async(product).GetAwaiter().GetResult());
 }