public SearchTacitCommandHandler(ITacitRepository tacitRepository, IMapper mapper)
 {
     _tacitRepository = tacitRepository;
     _mapper          = mapper;
 }
 public GetTacitsQueryHandler(ITacitRepository tacitRepository, IMapper mapper)
 {
     _tacitRepository = tacitRepository;
     _mapper          = mapper;
 }