public PropertyDtoModel AddProperty(PropertyDtoModel property) { return(_PropertyProvider.CreateProperty(property)); }