public void ShoppingCartSpotCheckout() { try { Tracker.StartTracking(); AnalyticsUtil.GoToCheckOut(); } catch (Exception ex) { LogException(ex); } }