public string HelloWorld() { TempService ts = new TempService(); return(ts.GetDelbertTest("Hello World")); }