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