pub type SharedEventBus = Arc<dyn EventBus>;
A shared, thread-safe event bus
pub struct SharedEventBus { /* private fields */ }