/**
  * @param string $name
  *
  * @return string
  */
 protected function canonicalizeName($name)
 {
     return $this->nameCanonicalizer->canonicalize($name);
 }
 /**
  * @param string $username
  *
  * @return string
  */
 protected function canonicalizeUsername($username)
 {
     return $this->usernameCanonicalizer->canonicalize($username);
 }