/**
  * {@inheritdoc}
  */
 public function find(SpecificationInterface $criteria)
 {
     return $this->collection->find($criteria);
 }