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