namespace RelayClient; public static class ClientSession { public static string Username { get; set; } = "Unknown"; }