public static string GetTitle(IGenericContent that) => that.Value <string>("title");
public static string GetHead(IGenericContent that) => that.Value <string>("head");
public static IPublishedContent GetImage(IGenericContent that) => that.Value <IPublishedContent>("image");
public static IHtmlString GetContent(IGenericContent that) => that.Value <IHtmlString>("content");