Lists all available migration versions.
Future<List<String>> listAvailableVersions() async { return await _artifactStore.listVersions(); }