public UpdateOrderConsumer(InventoryServiceDbContext inventoryServiceDbContext)
 {
     _inventoryServiceDbContext = inventoryServiceDbContext;
 }