public string Sanitize(IHtmlDocument doc) { return(doc == null ? null : htmlSanitizer.SanitizeDoc(doc)); }