/**
  * @return array
  */
 public function getAvailableLocales()
 {
     return $this->localeFacade->getAvailableLocales();
 }