namespace DTS.Common.Interface.CustomChannels { public interface ICustomChannelModel { string Name { get; } bool Included { get; set; } } }