public ActionResult <string> GetGithubAuthLink()
 {
     return(_githubService.GetOAuthLink());
 }