public CoffeeTransformer(ICoffeeCompiler coffeeCompiler)
 {
     _coffeeCompiler = coffeeCompiler;
 }