Adaptor.prototype.createComponent = function(accountId, component, callback) {
  this._postJson("/accounts/" + accountId + "/cmpcatalog", component, callback);
};