public void Execute() { hottub.SetTemperature(98); hottub.Off(); }
public void Execute() { hottub.On(); hottub.SetTemperature(104); hottub.Circulate(); }