//If dummy nodes next is empty
if(firstId == null){
Logger.debug("Queue is Empty");
front.unlock();
next.unlock();
return null;
}
else{
//Get the Details of Node to be deleted
firstServer = (Address) Network.getAddress(Benchmark.getServerId(firstId));