private void _stopAll()
 {
     LoggingService.Stop();
     AlertService.Stop();
     AppService.Stop();
     RenderingService.Stop();
     //GestureService.Stop(this);
 }