in src/main/scala/com/gu/flexible/snapshotter/resources/WSClientFactory.scala [16:22]
def url(url: String): StandaloneWSRequest = client.url(url)
@scala.throws[IOException]
def close(): Unit = {
client.close()
system.terminate()
}