using Nocturnis.Communicators; namespace Nocturnis.UIElements; public interface IDashboardTab { IEnumerable AllCommunicators { get; } }