/// <summary>
 /// Test explicitly required array. Please put a valid array-wrapper with
 /// 'value' = 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='value'>
 /// </param>
 public static Error PostRequiredArrayProperty(this IExplicitModel operations, IList <string> value)
 {
     return(operations.PostRequiredArrayPropertyAsync(value).GetAwaiter().GetResult());
 }