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