namespace InABox.Logikal { public interface ILogikalGlass : ILogikalBOMItem { string Treatment { get; set; } double Height { get; set; } double Width { get; set; } string Location { get; set; } } }