public async Task <int> CountVotersAsync(int electionId) { return(await _voterRepository.CountVotersAsync(electionId)); }