void Application_Start(object sender, EventArgs e)
 {
     // Code that runs on application startup
     AuthConfig.RegisterOpenAuth();
 }