public function matches(TargetItemInterface $targetItem)
 {
     return (string) $this->getItemId() == (string) $targetItem->getItemId();
 }