public InputData(IInputReader inputReader) { lines = inputReader.GetLines(); isValidInput = lines != null && lines.Count() == clsConstant.MAXLINES; }