public void ListenToRadio(string station) { _amp.On(); _amp.SetSurroundSound(); _amp.SetVolume(89); _tuner.Adjust(); _tuner.SetStation(station); }