/// <summary>
 /// Create user
 /// </summary>
 /// <remarks>
 /// This can only be done by the logged in user.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// Created user object
 /// </param>
 public static void CreateUser(this ISwaggerPetstoreV2 operations, User body)
 {
     operations.CreateUserAsync(body).GetAwaiter().GetResult();
 }