Connection.prototype.getServer = function(cb) {
  if(cb){
    cb(this.server);
  }
  return this.server;