public override string CleanupHtml(string html, string baseUrl, HtmlCleanupRule cleanupRule)
 {
     html = HtmlCleaner.CleanupHtml(html, baseUrl, true, (cleanupRule == HtmlCleanupRule.Normal ? false : true));
     return(_editorHost.TransformHtml(html));
 }