public static IHtmlString GoogleAnalytics(this HtmlHelper helper) { var ga = new GoogleAnalytics(); return(ga.Render()); }