namespace TerminalUI.Models; public record struct Size(int Width, int Height);