topic(name) {
    if (!(name in this._channels)) {
      this._channels[name] = this._createInterface(name);
    }