public FrameBuilder WithRumbleSection(RumbleSection rumbleSection)
 {
     currentFrame.RumbleSection = rumbleSection;
       return this;
 }
 private void Reset()
 {
     rumbleSection = new RumbleSection { Rumbles = new List<Rumble>() };
 }