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