public async Task <ActionResult <List <ContactMaster> > > Get(bool includeTalks = false)
 {
     return(await _campRepository.GetAll());
 }