public FaviconDownloaderException(FaviconDownloaderExceptionStatus status)
 {
     Status = status;
 }
 public FaviconDownloaderException(Exception ex) : base(ex.Message, ex)
 {
     Status = FaviconDownloaderExceptionStatus.Error;
 }