off(name) {
    this.dbg(`Removing new handler for event '${name}'`);
    this.emitter.off.apply(this.emitter, arguments);
    return this;
  }