public FrameBuilder WithLightSection(LightSection lightSection)
 {
     currentFrame.LightSection = lightSection;
       return this;
 }
 private void Reset()
 {
     lightSection = new LightSection { Lights = new List<Light>() };
 }