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