/**
  * {@inheritdoc}
  */
 protected function has($id, EntityInterface $entity)
 {
     return $this->keyValueStore->has($id);
 }