public async Task <bool> Get(int id)
 {
     return(await campingTripRepository.IsOrganizerAsync(id));
 }