emit(name) {
    this.dbg(`Emitting new '${name}' event`);
    this.emitter.emit.apply(this.emitter, arguments);
    return this;
  }