public CommodityGroupFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.commodityGroups)
 {
     _entity = new ProductFamily();
     _transform = new CommodityGroupTransform(context);
 }
 public CommodityGroupFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.commodityGroups)
 {
     _entity    = new ProductFamily();
     _transform = new CommodityGroupTransform(context);
 }