public void TestModeChange()
 {
     var msgDict = new MessageDictionary();
     msgDict.ChangeMode(InputMode.Normal);
 }