/// <summary>
 /// Initializes a new instance of the ApiCreateOrUpdateParameters class
 /// with required arguments.
 /// </summary>
 public ApiCreateOrUpdateParameters(ApiContract apiContract)
     : this()
 {
     if (apiContract == null)
     {
         throw new ArgumentNullException("apiContract");
     }
     this.ApiContract = apiContract;
 }
 /// <summary>
 /// Initializes a new instance of the ApiCreateOrUpdateParameters class
 /// with required arguments.
 /// </summary>
 public ApiCreateOrUpdateParameters(ApiContract apiContract)
     : this()
 {
     if (apiContract == null)
     {
         throw new ArgumentNullException("apiContract");
     }
     this.ApiContract = apiContract;
 }