@Override
 public List<HostedRepository> getAllHostedRepositories() throws IndyDataException {
   return delegate.getAllHostedRepositories();
 }