public static string GetSku(IProductComp that) => that.Value <string>("sku");
 public static Vendr.Web.Models.PricePropertyValue GetPrice(IProductComp that) => that.Value <Vendr.Web.Models.PricePropertyValue>("price");