internal string ParseText(StreamReader reader) { var parsed = ParserUtils.ParseText(reader); return(WebUtility.HtmlDecode(parsed)); }