public static IPublishedContent GetImage(IProductGroupComp that) => that.Value <IPublishedContent>("image");
 public static string GetDescription(IProductGroupComp that) => that.Value <string>("description");