public IHttpActionResult Get() { return(Ok(new { message = "Hello WebApi", serivceMessage = _myService.GetGreeting() })); }