public void EasyClient() { var client = new EasyClient("http://localhost:8080"); client.Invoke("HelloWorld", "Alex"); }