public void cleanRoom() throws Exception {
   speaker.speak("Started");
   cleaner.cleanRoom();
   speaker.speak("Finished");
 }