public static string GetKnowMoreHeading(IKnowMore that) => that.Value <string>("knowMoreHeading");
 public static IEnumerable <ImageAndLinkNC> GetKnowMoreContent(IKnowMore that) => that.Value <IEnumerable <ImageAndLinkNC> >("knowMoreContent");