public void Execute() { hottub.SetTemperature(98); hottub.Off(); }
public void Undo() { hottub.Off(); }