public static string GetAuthor(INewsContentControls that) => that.Value <string>("author");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetThumbnail(INewsContentControls that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("thumbnail");
 public static global::System.Web.IHtmlString GetNewsContent(INewsContentControls that) => that.Value <global::System.Web.IHtmlString>("newsContent");
 public static string GetNewsTitle(INewsContentControls that) => that.Value <string>("newsTitle");
 public static global::System.DateTime GetDate(INewsContentControls that) => that.Value <global::System.DateTime>("date");