public override string Preserve(string html)
 {
     _clone = _compressor.CreateClone();
     return(base.Preserve(html));
 }