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