public void Result() { var models = Program.ReadData("./input2.txt", (i) => PasswordModel.Parse(i, SecondEvaluation)); Print(models); }