public PriceListFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.priceLists)
 {
     _entity = new PricingList();
     _transform = new PriceListTransform(context);
 }
 public PriceListFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.priceLists)
 {
     _entity    = new PricingList();
     _transform = new PriceListTransform(context);
 }