Worker.prototype.request = function(cmd, parameters, options, callback) {
  this._client.request(cmd, parameters, options, callback);
};