namespace TUI.Pages; interface IPage { void Open(); void Render(); void Bind(); }