String scopeIdForPath( List<String> path, { required String? packagePath, }) { return buildPackageTestScopeId(packagePath, path); }