TestClientSync client = new TestClientSync("localhost", 8980);
try {
final long startTime = System.nanoTime();
for (int i = 0; i < 10000; i++)
client.getFeature(409146138, -746188906);
final long endTime = System.nanoTime();
info("method 1 : " + (endTime - startTime));
}