interface CborHandler
name
abstract val name: String
handle
abstract fun handle(requestParamsCbor: ByteArray): ByteArray