public void TestWString() { string arg = "test"; string result = m_testService.EchoWString(arg); Assert.AreEqual(arg, result); }