public async register<T, R>(
    type: EventHandlerConstructor<T, R>
  ): Promise<void> {
    const { handler, eventNames } = this.discoverEventBinding(type);