public void TestCapability() { Assert.Throws(typeof(InvalidUseException), delegate { Client.Capabilities(); }); }