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