public static EventInfo[] GetEvents(Type type) => (type.IsInterface ? InterfaceQueries.GetEvents(type) : ClassQueries.GetPublicImplementedEvents(type)).ToArray();