/**
  * {@inheritDoc}
  */
 public function remove(Document $document)
 {
     $document->delete();
 }