public static string GetAuthorName(IArticleControls that) => that.Value <string>("authorName");
 public static global::System.DateTime GetArticleDate(IArticleControls that) => that.Value <global::System.DateTime>("articleDate");
 public static IHtmlString GetArticleContent(IArticleControls that) => that.Value <IHtmlString>("articleContent");
 public static DateTime GetArticleDate(IArticleControls that) => that.Value <DateTime>("articleDate");
 public static string GetArticleHighlight(IArticleControls that) => that.Value <string>("articleHighlight");