public SpeechInput()
            : base()
        {
            InitSpeechRecognition();
            DetermineMapping();

            timeBasedCommand = new TimeBasedCommand();
        }
 public void Init()
 {
     timeBasedCommand = new TimeBasedCommand();
 }