interceptIncomingSingleCall

open suspend fun <PAYLOAD, RESPONSE> interceptIncomingSingleCall(    payload: PAYLOAD,     call: RunnableCallDescription.Single<PAYLOAD, RESPONSE>,     next: suspend (PAYLOAD) -> RESPONSE): RESPONSE