public IHttpActionResult ReadByID(int id) { var result = _TestService.ReadById(id); return(ApiHelper.ReturnHttpAction(result, this)); }