Set<String> nodeEvents(int instanceId, int nodeId) { return _instanceEventMap[instanceId]?[nodeId]??{}; }