public static string GetHeading(IBentoPodsComposition that) => that.Value <string>("heading");
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.PodBlock> GetBlocks(IBentoPodsComposition that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Web.PublishedModels.PodBlock> >("blocks");