public void Startup()
 {
     _client.SetURL(_options.Value.API);
     _notificationService.PrepareNotificationArea(new Icon(@"Icons\Google-Noto-Emoji-Travel-Places-42476-stadium.ico"), new List <string> {
         "Test Option 1"
     }, new List <Action <string> > {
         DelegateMethod
     });
     _notificationService.ShowNotificationMessage($"You have {GetReminderCount()} reminder(s).");
 }