protected Session getNewSession(String tenant) {
   return sessionFactory.withOptions().tenantIdentifier(tenant).openSession();
 }
 @Override
 public SessionBuilder withOptions() {
   return new OgmSessionBuilderDelegator(delegate.withOptions(), this);
 }