private function toEntity(DbEntry $reservation)
 {
     return ReservationService::loadFromDb($reservation);
 }