public static string GetLink(IOpenGraph that) => that.Value <string>("link");
public static string GetTitle(IOpenGraph that) => that.Value <string>("title");
public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetImage(IOpenGraph that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("image");
public static global::System.Web.IHtmlString GetShortDescription(IOpenGraph that) => that.Value <global::System.Web.IHtmlString>("shortDescription");