protected ProgramBuilder(BuilderSettings buildSettings) { BuildSettings = buildSettings; ProgramLines = new List <string>(); }