namespace InABox.Logikal { public class LogikalBOMResponse : AbstractLogikalPartsResponse where TFinish : ILogikalFinish where TProfile : ILogikalProfile where TComponent : ILogikalComponent where TGlass : ILogikalGlass where TLabour : ILogikalLabour { public override LogikalMethod Method() => LogikalMethod.BOM; } }