public async Task <IEnumerable <GithubProfile> > Get()
 {
     return(await userDataProvider.GetGithubProfiles());
 }