public void ConsoleMsg(String s)
 {
     clientHub.ConsoleMsg(executionNodeID, uuid, s);
 }