namespace InABox.Logikal { public interface ILogikalProfile : ILogikalBOMItem { string Finish { get; set; } double Length { get; set; } } }