I fixed this by doing this but seems a little stra...
# package-development
s
I fixed this by doing this but seems a little strange: public IHtmlContent Body { get { if (this.HasProperty("richText")) { return new HtmlString(this.Value("richText").ToHtmlString()); }