pub type AdditionalProperties = Box<dyn Iterator<Item = (Cow<'static, str>, PropertyValue)>>;
pub struct AdditionalProperties(/* private fields */);