public ShippingController(IShippingSvc svc) { _svc = svc; }
public ShippingRequestConsumer(IShippingSvc svc) { _svc = svc; }