Driver.prototype.postValues = function(id, name, values, callback) {
  this.connection.postValues(id, name, values, callback);
};