/**
  * @return CategoryStruct[]
  * @throws \Exception
  */
 public function getCategories()
 {
     $data = $this->storeClient->doGetRequest('/pluginStore/categories');
     return $this->hydrator->hydrateCategories($data);
 }