pub type EventHandlerInstance = Arc<Box<dyn EventHandler + Send + Sync>>;
pub struct EventHandlerInstance { /* private fields */ }