public FrequencyCalibrationTests()
 {
     _sut   = new FrequencyCalibration();
     _input = PuzzleInputParser.ParseInts("Day1/Input.txt");
 }