Set<String> subjectsForSource(String sourceId) => Set<String>.from( _entries[sourceId]?.normalizedSubjects ?? const <String>{});