handleCall

suspend fun handleCall(call: ApplicationCall, rootNode: INode, area: IArea)
suspend fun handleCall(call: ApplicationCall, input: suspend (write: Boolean) -> Pair<INode, IArea>, afterQueryExecution: suspend () -> Unit = {})