Adds a custom property not covered by the named arguments.
void add(String property, String value) { _properties[property] = value; }