/// <summary>Static getter for Title</summary>
 public static string GetTitle(IFormHtmlContent that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
 /// <summary>Static getter for Content</summary>
 public static IHtmlString GetContent(IFormHtmlContent that)
 {
     return(that.GetPropertyValue <IHtmlString>("content"));
 }