public void TestResponse1() { Assert.Throws(typeof(ArgumentNullException), delegate { _auth.CreateResponse(null, false); }); }