public async Task <IActionResult> HoldSeat(Seat seat)
 {
     return(Ok(await _invitationService.HoldSeat(seat)));
 }