/**
  * End a session
  *
  * @param Authenticator $Authenticator
  */
 function End($Authenticator)
 {
     $Authenticator->DeAuthenticate();
 }