public LineSystemCLI(LineSystem lineSystem) { LineSystem = lineSystem; Parser = new CommandParser(lineSystem, this); }