//ToDo: evaluate whether this should be removed
 public async Task <ICollection <Repository> > GetAllRepositoriesAsync()
 {
     return(await _connectionHandler.GetAllRepositoriesAsync());
 }