public void GetVoiceName_EmptyVoiceNameFetch_Failure() { //try to download voice name- this should fail WebCallResult res = _tempHandler.GetVoiceName(@"c:\temp.wav"); Assert.IsFalse(res.Success, "Empty voice name fetch should return false for newly created handler"); }