public static void StartWaze() {
   AppService.getInstance().startForeground();
   NativeLocListener.getInstance().start();
   NativeManager.getInstance().RealtimeLogin();
 }
 public static void ShutDownWaze() {
   AppService.getInstance().stopForeground();
   NativeLocListener.getInstance().stop();
 }