interceptOutgoingSingleCall

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