virtual public void Testadd() { w.Add("", null); }
virtual public void Testadd() { Assert.Throws(typeof(NotSupportedException), delegate { w.Add("", null); }); }