public void StopServices()
 {
     ApnsService.Stop();
     GcmService.Stop();
 }
 public void StartServices()
 {
     ApnsService.Start();
     GcmService.Start();
 }