public async Task <bool> Handle(VoterExistsQuery request, CancellationToken cancellationToken) { return(await _voterRepository.ExistsAsync(request.voterId)); }