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