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