collectBodyParameters() {
    const { email, password } = this.req.body;
    this.data = { email, password };
  }