public void ApplyLoopSizeTest(int loopSize, int subjectNumber, int expectedEncryptionKey) { Assert.AreEqual(expectedEncryptionKey, Day25.ApplyLoopSize(loopSize, subjectNumber)); }