*/
public class TestClient {
private static final Random RANDOM = new Random();
public static void main(String[] args) {
ApplicationResourceFactory factory = ApplicationResourceFactory.getSingleton();
ClientService service = factory.getClientService();
TestClient client = new TestClient();
client.run(service);
}