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