Iterable<String> getPackIds() => _packs.entries.map( (e) => e.key == kCorePackId ? kCorePackId : e.value.identifier, );