export interface IEventHandler { handle(event: T): void; }