public EventListener(EventDispatcher owner, string type) { _bridge = owner.GetEventBridge(type); _type = type; }