case eventTypes.SECRET: {
        this.subcriptions.push(
          this.handler.SecretObservable.subscribe((x) => this.post(x))
        );
        break;