namespace InABox.Logikal { public interface ILogikalFinish { string Code { get; set; } string Description { get; set; } } }