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