public void SetTuner(ITuner tuner)
 {
     Console.WriteLine($"{_name} Amplifier setting tuner to {tuner.GetName()}");
 }