@BeforeClass
 public static void beforeClass() {
   Hazelcast.shutdownAll();
   serverInstance = TestUtils.newServerInstance();
   clientInstance = TestUtils.newClientInstance();
 }