suspend fun ConsulClient.putValueWithOptionsAwait(key: String, value: String, options: KeyValueOptions): Boolean
key - the key
key
value - the value
value
options - options used to push pair
options
Return reference to this, for fluency *