public async Task CancelOfferApproval(int offerId) { await _offerService.CancelOfferApproval(offerId, User.Identity.GetUserId <int>()); }