IResponseQueue responsePool) {
Message message;
try {
message = makeQuery(request, id);
LookupAsynch la = new LookupAsynch(message.getQuestion().getName(), message.getQuestion().getType());
la.runAsynch(new Runnable() {
private IResponseQueue responsePool;
private Integer id;
private LookupAsynch lookup;