A static map that associates topics with their respective PubSub instances. This facilitates the publishing and subscribing of events related to specific topics.
static Map<String, PubSub> pubsubByTopic = {};