namespace ChatTwo.Ui.SettingsTabs; internal interface ISettingsTab { string Name { get; } void Draw(); }