public static object GetIcon(IIconComponent that) => that.Value("icon");
 public static FaLinksPropertyEditor.Models.FaIcon GetIcon(IIconComponent that) => that.Value <FaLinksPropertyEditor.Models.FaIcon>("icon");