That is, change the `Config` API from being: ``` java config.getInt("port") ``` to ``` java config.port ``` This will make refactoring significantly easier, since we can know what config options are used where.