//Visit method
 public void VisitTheLoginInformation(ILoginVisitor <string> visitor)
 {
     visitor.OnNone();
 }