public void Execute(IJobExecutionContext context)
 {
     try
     {
         _wallpaperService.SetBingPhotoOfTheDayAsWallpaper();
     }
     catch (NotSupportedException exc)
     {
         Console.WriteLine(exc.Message);
     }
 }