/// <summary>
 /// Test explicitly required array. Please put null and the client library
 /// should throw before the request is sent.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bodyParameter'>
 /// </param>
 public static Error PostRequiredArrayParameter(this IExplicitModel operations, IList <string> bodyParameter)
 {
     return(operations.PostRequiredArrayParameterAsync(bodyParameter).GetAwaiter().GetResult());
 }