public function getSections($activated = false)
 {
     $data = $this->sectionFetcher->getSections($activated);
     return $data;
 }