Worker.prototype._removePhrase = function (domain, id) {
  this.engine.composr.Phrase.unregister(domain, id)
}