Returns the number of subscribers for a given type
int getSubscribers(Type type) { return _subscribers[type.toString()] ?? 0; }