/// <summary>
 /// Test explicitly optional array. Please put a valid array-wrapper with
 /// 'value' = null.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='value'>
 /// </param>
 public static void PostOptionalArrayProperty(this IExplicitModel operations, IList <string> value = default(IList <string>))
 {
     operations.PostOptionalArrayPropertyAsync(value).GetAwaiter().GetResult();
 }