public ActionResult Index() { ViewBag.UrlParameters = OAuthManager.GetUrlParametersUsing <LinkedInAuthenticator>(string.Empty); return(View()); }