Driver.prototype.removeComponent = function(aId, dId, cId, callback) {
  this.connection.removeComponent(aId, dId, cId, callback);
};