public MethodInfo GetGenericEventReceiveMethod(Type eventType) { return(MakeGenericMethod(EventSystem.GetType(), "Receive", eventType)); }