public async Task <IEnumerable <GitHubRepo> > GetAllRepositories()
 {
     return(await _ctx.GetAllRepositories());
 }