public void HasMatchingPermutationsValidityTest()
 {
     char[] permutable = new char[] { '1', '2', '3' };
     Assert.IsTrue(Permutations.HasMatches(permutable));
 }