public void Can_I_Generate_Hangup() { var response = new Response(); response.Hangup(); Assert.True(IsValidInboundXML(response.CreateXml())); }