public void testClean()
 {
     StringTheory theory = new StringTheory("5555-5555-5555-4444");
     theory.Clean(Credit.MasterCard);
     Assert.True(theory.Rx.Matches(Credit.MasterCard), "Clean failed: " + theory);
 }