public string Get(int id)
 {
     _myService.DoThing();
     return("Result");
 }