/**
  * @return array|Parameter[]
  */
 public function getParams()
 {
     return $this->dataCollection->getAll();
 }