public DeleteShipmentCommandHandler(IShipmentCommandService service) { this.service = service; }
public AddShipmentCommandHandler(IShipmentCommandService shipmentCommandService) { this.shipmentCommandService = shipmentCommandService; }