namespace LensSimulatorCore.Workspace; public class LightSource { public LightSource(LightPathSection section) { Section = section; } private LightPathSection Section { get; set; } }