/**
  * @param int $id
  *
  * @return bool
  */
 public function isIdRejected($id)
 {
     return $this->rejected->existsInternal(IdFactory::create($id));
 }