/// <summary>
 /// Sets the ListInventorySupplyResult property.
 /// </summary>
 /// <param name="listInventorySupplyResult">ListInventorySupplyResult property.</param>
 /// <returns>this instance.</returns>
 public ListInventorySupplyResponse WithListInventorySupplyResult(ListInventorySupplyResult listInventorySupplyResult)
 {
     this._listInventorySupplyResult = listInventorySupplyResult;
     return this;
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._listInventorySupplyResult = reader.Read<ListInventorySupplyResult>("ListInventorySupplyResult");
     this._responseMetadata = reader.Read<ResponseMetadata>("ResponseMetadata");
 }