public int ProblemOne_ValidInput_ReturnsCorrectResult(
     List <string> pOne, List <string> pTwo)
 => DayThree.ProblemOne(pOne, pTwo);