pub type TopicHandlersMap<T> = Arc<Mutex<HashMap<TopicKey, EventListeners<T>>>>;
short hand of topic to handlers map
pub struct TopicHandlersMap<T> { /* private fields */ }