public StoryManager()
 {
     textProcessor  = new TextProcessor();
     audioProcessor = new LogPlayer();
     storyLogger    = new StoryLoggingDevice();
 }