#nullable enable namespace Terminal.Gui; public static partial class Application // Navigation stuff { /// /// Gets the instance for the current . /// public static ApplicationNavigation? Navigation { get; internal set; } }