public OutlookCalendarProvider(ICalendarUserSettingsService settingsService)
 {
     _settingsService = settingsService;
     _authSettings    = OutlookAuthSettings.GetAuthSettings();
     if (_authSettings == null)
     {
         throw new Exception("No client settings present");
     }
 }