Adaptor.prototype.createDevice = function(accountId, device, callback) {
  this._postJson("/accounts/" + accountId + "/devices", device, callback);
};