public string Test() { try { _testService.AddTestObject(); return("pong"); } catch (Exception ex) { return(ex.Message); } }