{
// create a "business" client
client = new Client(serverLocator, RemotingTestSubsystemService.SUBSYSTEM_LABEL);
client.connect();
final Client clientCopy = client;
// send a "long running" invocation first on a separate thread, so we can setup the
// connection validator at the same time