public function delete(EntityInterface $entity)
 {
     echo "Deleting {$entity->type()}#{$entity->id}\n";
 }