abp中使用同步方法调用异步方法

var result= AsyncHelper.RunSync(()=>{   return  _service.GetUserAsync();   });