public BaseResponse ChangePosition(IssueParams @params)
 {
     return(DoSuccess(() =>
     {
         _service.ChangePosition(@params);
     }));
 }