We already have a `Session.find(Class, Object...)` which is the analog of `Session.findMultiple()` in ORM. We are missing `StatelessSession.get(Class, Object...)` as an analog of ``StatelessSession.findMultiple()`. This should be _very_ easy to add.