Hibernate ORM has SharedSessionContract, but Munity.Session/Munity.StatelessSession don't have an equivalent.
See quarkusio/quarkus#51063 (comment) : we'd need at least isOpen() in that contract.
I feel like unwrap, close, and all the methods from QueryProducer are also good candidates.
SharedSessionContract could probably provide other ideas as well.