public IHttpActionResult Create(TestInsertReq obj) { var result = _TestService.Create(obj); return(ApiHelper.ReturnHttpAction(result, this)); }