public function listAdministrations(User $user)
 {
     return $this->administrationManager->listUserAdministrations($user);
 }