public NotificationTestController()
        {
            _pushRepository = new PushRepository();

            _androidPushService = new AndroidPushNotificationService(_pushRepository);

            _applePushService = new ApplePushNotificationService(_pushRepository);
        }
        public NotificationTestController()
        {
            _pushRepository = new PushRepository();

            _androidPushService = new AndroidPushNotificationService(_pushRepository);

            _applePushService = new ApplePushNotificationService(_pushRepository);
        }