public async Task <string> DeleteReservationAsync(long reservationId, CancellationToken cancellationToken) { return(await _reservationManager.DeleteReservationAsync(reservationId, cancellationToken)); }