public void SetVoiceName_Success() { var res = _tempUser.SetVoiceName("Dummy.wav", true); Assert.IsTrue(res.Success, "Failed updating the voice name:" + res.ToString()); }