/**
  * Using storage service return the data, abstracted as is used across the class
  *
  * @return array
  */
 private function getData()
 {
     return $this->storageService->getData();
 }