/**
  * Redirect after rejecting a job.
  *
  * @param JobInterface $job
  */
 protected function redirectAfterReject(JobInterface $job)
 {
     $this->redirect('worldia_textmaster_job_compare', ['id' => $job->getId()]);
 }