public static void RemoveListener(Enum eventType, Action <object> eventHandler) { senders.RemoveListener(eventType, eventHandler); }