public NotificationsController(IAppleNotificationService appleService, ISecurityService securityService, IGoogleGcmNotificationService googleGcmService, IWindowsPhoneNotificationService windowsPhoneService)
 {
     _AppleService = appleService;
     _SecurityService = securityService;
     _GoogleGcmService = googleGcmService;
     _WindowsPhoneService = windowsPhoneService;
 }
 public NotificationsController(IAppleNotificationService appleService, ISecurityService securityService, IGoogleGcmNotificationService googleGcmService, IWindowsPhoneNotificationService windowsPhoneService)
 {
     _AppleService        = appleService;
     _SecurityService     = securityService;
     _GoogleGcmService    = googleGcmService;
     _WindowsPhoneService = windowsPhoneService;
 }