protected unlinkFrom() {
    if (this.from !== undefined) {
      delete this.from.out[this.props.id];
    }
    this.from = undefined;