public CreateInventoryInformationCommand(InventoryCommander inventoryCommander)
 {
     _inventoryCommander = inventoryCommander;
 }
 public GetDeliveryTimeCommand(InventoryCommander commander,
                               IServiceProvider serviceProvider) : base(serviceProvider)
 {
     this.Commander = commander;
 }