Get all versions of a profile.
List<String> getVersions(String id) { return _versions[id]?.keys.toList() ?? []; }