using System; namespace MultiTerm.Core.ViewModel; public interface ITerminalViewModel { string Title { get; } }