public IPropertyModel AddNewElement() { return(CollectionValue.AddNewElement()); }
public IPropertyModel AddNewElement() => CollectionValue.AddNewElement();