public void Remove()
 {
     Assert.Throws <NotSupportedException>(() => Set.Remove(1));
 }