namespace InABox.Clients { internal static class PasswordCache { public static string? Password { get; set; } } }