subscribeHandler<T>(): Unsubscribe
Adapts a class-based handler to the EventHandler function signature and
subscribes it to the bus. Returns the Unsubscribe function.
bus: IEventBus
The event bus to subscribe to
handler: IEventHandler<T>
Class-based handler instance
Unsubscribe function