namespace OwnChar.App.Desktop.Api; public interface IMainWindowTab { string Name { get; } IMainWindowApi MaindWindow { get; internal set; } }