public void Brew() { _heater.On(); _pump.Pump(); Console.WriteLine(" [_]P coffee! [_]P "); _heater.Off(); }