specification = $specification; } public function isSatisfiedBy(Item $item): bool { return !$this->specification->isSatisfiedBy($item); } }