/// <summary>
 /// Place an order for a pet
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// order placed for purchasing the pet
 /// </param>
 public static Order PlaceOrder(this ISwaggerPetstoreV2 operations, Order body)
 {
     return(operations.PlaceOrderAsync(body).GetAwaiter().GetResult());
 }