Check if a subscription is active.
bool isSubscriptionActive(String subscriptionId) => _activeSubscriptions.containsKey(subscriptionId);