public static object GetFaLinks(IFaLinkComponent that) => that.Value("faLinks");
public static IEnumerable <FaLinksPropertyEditor.Models.FaLink> GetFaLinks(IFaLinkComponent that) => that.Value <IEnumerable <FaLinksPropertyEditor.Models.FaLink> >("faLinks");