public static IHtmlString GetQuoteText(IQuoteContent that) => that.Value <IHtmlString>("quoteText");
 public static string GetQuoteAuthor(IQuoteContent that) => that.Value <string>("quoteAuthor");