using System; class testServiceClass { static void Main() { testService myTest = new testService(); string response = myTest.HelloWorld("William"); Console.WriteLine(response); } }