public CoffeeBreakController(ICoffeeCommands coffeeCommands)
 {
     _coffeeCommands = coffeeCommands;
 }