protected function checkLocaleGrants($locale)
 {
     if (!$this->security->isGrantedForLocale($locale)) {
         throw new PermissionDeniedException("No rights to update locale [{$locale}]");
     }
 }