public async Task <int> ApproveBooking(IList <int> bookingIds) { return(await _bookingRepository.ApproveBooking(bookingIds)); }