public static int GetGithubId(this OAuthCreatingTicketContext @this) { return(int.Parse(@this.GetNameIdentifier())); }
public static string GetGoogleId(this OAuthCreatingTicketContext @this) { return(@this.GetNameIdentifier()); }