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