public UnitOfMeasureFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.unitsOfMeasure)
 {
     _entity = new UnitOfMeasure();
     _transform = new UnitOfMeasureTransform(context);
 }
 public UnitOfMeasureFeedEntryWrapper(RequestContext context)
     : base(context, Adapter.Common.SupportedResourceKinds.unitsOfMeasure)
 {
     _entity    = new UnitOfMeasure();
     _transform = new UnitOfMeasureTransform(context);
 }