/// <summary>Static getter for Bodytext</summary>
 public static string GetBodytext(IContentComposition that)
 {
     return(that.GetPropertyValue <string>("bodytext"));
 }
 /// <summary>Static getter for Content image</summary>
 public static IPublishedContent GetContentImage(IContentComposition that)
 {
     return(that.GetPropertyValue <IPublishedContent>("contentImage"));
 }
 /// <summary>Static getter for Headline</summary>
 public static string GetHeadline(IContentComposition that)
 {
     return(that.GetPropertyValue <string>("headline"));
 }