static void OnNotificationSuccess(object sender, NotificationSuccessEventArgs <ApnsNotification> args)
 {
     Console.WriteLine("Notification success");
 }
 void Pusher_OnNotificationSuccess(object sender, NotificationSuccessEventArgs <ApnsNotification> args)
 {
     _logger.LogDebug("Notification success, token: {0}", args.Token);
 }