ownConsume (https://github.com/wintechis/blast/blob/master/packages/core/src/index.ts#L131) overwrites consume to bypass some checks of node-wot.
It directly adds listeners to eventListeners, but with the updated visibility (node-wot added the private modifier #)this is no longer possible. Therefore, we need to find an alternative.