public void SymmetricExceptWithTest()
 {
     testSet.SymmetricExceptWith(new int[] { 15, -7, 1992, 30 });
     Assert.IsTrue(testSet.SetEquals(new int[] { 19, 25, 128, 30, 54, -72 }));
 }