Driver.prototype.addComponent = function(aId, dId, token, component, callback) {
  this.connection.addComponent(aId, dId, token, component, callback);
};