/**
  * Check entity
  *
  * @param EntityInterface $entity
  * @throws Exception
  */
 public function checkEntity(EntityInterface $entity)
 {
     parent::checkEntity($entity);
 }