void endRadio()
 {
   HUM_TRACE(ACE_TEXT("HomeTheaterFacade::endRadio"));
   std::cout << "Shutting down the tuner..." << std::endl;
   _tuner->off();
   _amp->off();
 }
 void endRadio() {
     std::cout << "Shutting down the tuner..." << std::endl;
     _tuner->off();
     _amp->off();
 }