ID() deprecated, while apoc.refactor.cloneSubGraph returns ids

Hi all,

While I understand that the ID() function should be used with caution, quite a few apoc functions return the ID of the node. For instance apic.refactor.cloneSubGraph returns the input node as integer: apoc.refactor.cloneSubgraph - APOC Documentation

How to match the input node when the ID() function is no longer to be used?