collectBodyParameters() {
    const { linkId } = this.req.params;
    this.data = { linkId };
  }