private void LogAnaylytics(string path, string pageName) { try { GoogleAnalytics.Log(path, pageName); } catch { } }