public void Can_I_Generate_GetSpeech() { var response = new Response(); response.GetSpeech(GetSpeech.Create("http://www.grammar-url.com", "http://www.action-url.com")); Assert.True(IsValidInboundXML(response.CreateXml())); }