interceptOutgoingSingleCall

open suspend override fun <PAYLOAD, RESPONSE> interceptOutgoingSingleCall(    payload: PAYLOAD,     call: SingleCallDescription<PAYLOAD, RESPONSE>,     next: suspend (PAYLOAD) -> RESPONSE): RESPONSE