private void RemoveInputContext(EInputContextType contextType)
 {
     _inputMapper.RemoveInputContext(_inputContextDic[contextType]);
 }