public static string GetWebsiteSitename(IWebsiteInfo that) => that.Value <string>("websiteSitename");
public static string GetWebsiteDescription(IWebsiteInfo that) => that.Value <string>("websiteDescription");