namespace BITKit { public interface IDescription { public string Name { get; } public string Description { get; } } }