suspend fun ConsulClient.putValueAwait(key: String, value: String): Boolean
Adds specified key/value pair
key - the key
key
value - the value
value
Return reference to this, for fluency *