/// <summary>
 /// Creates list of users with given input array
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='body'>
 /// List of user object
 /// </param>
 public static void CreateUsersWithListInput(this ISwaggerPetstoreV2 operations, IList <User> body)
 {
     operations.CreateUsersWithListInputAsync(body).GetAwaiter().GetResult();
 }