public static void CreateAndStartAnalyticsSession() { #if DEBUG Session = new LocalyticsSession("084443c212918bc1314eed4-c54e6f14-a2ef-11e2-9a95-00c76edb34ae"); #else Session = new LocalyticsSession("a100e3d768f37ed322e953f-64164842-a2eb-11e2-f180-0086c15f90fa"); #endif Session.Open(); Session.Upload(); }