/// <summary>Static getter for Title</summary>
 public static string GetMetaTitle(IHasMetaHeader that)
 {
     return(that.GetPropertyValue <string>("metaTitle"));
 }
 /// <summary>Static getter for Description</summary>
 public static string GetMetaDescription(IHasMetaHeader that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }