public void ChangeChannel(int channel) { Console.WriteLine("Changing channel to {0}", channel); remote.ChangeChannel(channel); }