public async Task <IResponseEntity> SoftDelete(string id) { return(await _sysResourceService.SoftDeleteAsync(id)); }