namespace LANCommander.Launcher.UI; public class AuthenticationFormState { public AuthenticationStage Stage { get; set; } public Uri ServerAddress { get; set; } }