in src/main/scala/com.gu.conf/fixtures/PropertiesBuilder.scala [23:26]
def property(key: String, value: String): PropertiesBuilder = { this.properties.setProperty(key, value) this }