scriptMessage.metaSetInSession(true);
scriptMessage.metaSetGraphName(entry.getKey());
scriptMessage.setRequestAsUUID(UUID.randomUUID());
scriptMessage.Session = BitWorks.convertUUIDToByteArray(sessionKey);
inMsg = client.execute(scriptMessage);
Assert.assertTrue(inMsg instanceof ScriptResponseMessage);
Assert.assertTrue(((ScriptResponseMessage) inMsg).Results.get() != null);
// test that it's not available on the next request
// if the meta flag is not set