private void appWillEnterBackground() {
   sensorEventsController.unRegisterAllSensorsForApplication();
   screenshotObserver.stopObserving();
 }