namespace InABox.Integration.Awg { public interface IAwgGasket : IIntegrationMaterial, IAwgBOMItem { double Length { get; set; } } }