export interface CommandHandler { handle: (event: I) => Promise; }