public static string GetTitle(ITitleControls that) => that.Value <string>("title");
 public static global::System.Web.IHtmlString GetSubTitle(ITitleControls that) => that.Value <global::System.Web.IHtmlString>("subTitle");