Service.prototype.append = function (id, config) {
  return sendWorkerMessage.call(this, { topic: 'bock.append', id: id, config: config })
}