/**
  * {@inheritdoc}
  */
 public function findRevisions($className, $id)
 {
     return $this->auditReader->findRevisions($className, $id);
 }