public static global::Newtonsoft.Json.Linq.JToken GetBodyText(IContentBase that) => that.Value <global::Newtonsoft.Json.Linq.JToken>("bodyText");
public static string GetPageTitle(IContentBase that) => that.Value <string>("pageTitle");
public static IEnumerable <IPublishedElement> GetNestedContent(IContentBase that) => that.Value <IEnumerable <IPublishedElement> >("nestedContent");