public void testName() { Assert.Throws <InvalidCastException>(() => { Throw.BadCast <Array>("a"); }); }