//The visit method
 public void VisitTheLoginInformation(ILoginVisitor <string> visitor)
 {
     visitor.OnUsername(this);
 }