public IHttpActionResult GetTravelListingByTravellerId(int travellerId) { return(Ok(_travelRepository.GetTravelListingByTravellerId(travellerId))); }