public void SimpleRemoveTest()
 {
     testSet.Remove(19);
     Assert.IsFalse(testSet.Contains(19));
 }