@Override
 public Repository getRepository(final Path root) {
   return configuredRepositories.getRepositoryByRootPath(root);
 }