public static string GetMetaDescription(INavigationSeo that) => that.Value <string>("metaDescription");
 public static string GetMetaKeywords(INavigationSeo that) => that.Value <string>("metaKeywords");
 public static bool GetUmbracoNaviHide(INavigationSeo that) => that.Value <bool>("umbracoNaviHide");