Snapshot of active subscription URIs per ownerKey (test helper).
Map<String, Set<String>> get activeSubscriptions => <String, Set<String>>{for (final e in _active.entries) e.key: {...e.value}};