/// <summary>Static getter for Title</summary>
 public static string GetContentTitle(IContentHeader that)
 {
     return(that.GetPropertyValue <string>("contentTitle"));
 }
 /// <summary>Static getter for Summary</summary>
 public static string GetContentSummary(IContentHeader that)
 {
     return(that.GetPropertyValue <string>("contentSummary"));
 }