/// <summary>
 /// Update an existing pet
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// Pet object that needs to be added to the store
 /// </param>
 public static void UpdatePet(this ISwaggerPetstoreV2 operations, Pet body)
 {
     operations.UpdatePetAsync(body).GetAwaiter().GetResult();
 }