public void RemoveUiEventInterest(string key) { if (UiEventsMap.ContainsKey(key)) { UiEventsMap.Remove(key); } MyView.RemoveUiEventListener(key); }