For the config object we currently "set" values like:
[config name:@""]
However this:
[config setName:@""]
or this:
[config withName:@""]
would be better.
Ideally the options would be regular properties:
config.name = @""