public OrderShippingService(
     ICustomsService customesService,
     IDeliveryService deliveryService,
     IShippingService shippingService
     )
 {
 }
 public OrderServiceTooMany(
     ICustomsService customsService,
     ITaxService taxService,
     IDeliveryService deliveryService,
     IShippingService shippingService,
     IStockService stockService
     )
 {
 }