idempotentInvocationHandle
abstract fun <Res> idempotentInvocationHandle(target: Target, idempotencyKey: String, resSerde: TypeTag<Res>): Client.IdempotentInvocationHandle<Res>
open fun <Res> idempotentInvocationHandle(target: Target, idempotencyKey: String, clazz: Class<Res>): Client.IdempotentInvocationHandle<Res>