public override void ReadFragmentFrom(IMwsReader reader)
 {
     _nextToken          = reader.Read <string>("NextToken");
     _listParticipations = reader.Read <ListParticipations>("ListParticipations");
     _listMarketplaces   = reader.Read <ListMarketplaces>("ListMarketplaces");
 }
 /// <summary>
 /// Sets the ListMarketplaces property.
 /// </summary>
 /// <param name="listMarketplaces">ListMarketplaces property.</param>
 /// <returns>this instance.</returns>
 public ListMarketplaceParticipationsResult WithListMarketplaces(ListMarketplaces listMarketplaces)
 {
     this._listMarketplaces = listMarketplaces;
     return(this);
 }