public async Task <IEnumerable <CampingTripFull> > Get()
 {
     return(await campingTripRepository.GetAllUnconfirmedTrips());
 }