public HtmlRenderer WriteEscape(StringSlice slice, bool softEscape = false) { WriteEscape(slice.AsSpan(), softEscape); return(this); }