void TryRepunch(RakNetGUID hostGUID, SystemAddress address)
 {
     rakPeer.CancelConnectionAttempt(address);
     rakPeer.CloseConnection(hostGUID, false);
     StopCoroutine("waitForResponseFromServer");
     NATNetworkManager_PHP.singleton.StartCoroutine("getNewGUID");
 }
 void TryRepunchTest(RakNetGUID hostGUID, SystemAddress address)
 {
     rakPeerTest.CancelConnectionAttempt(address);
     rakPeerTest.CloseConnection(hostGUID, false);
     StopCoroutine("waitForResponseFromServerTest");
     natPunchthroughClientTest.OpenNAT(hostGUID, facilitatorSystemAddressTest);
     StartCoroutine("waitForResponseFromServerTest", hostGUID);
 }