public async Task <int> GetNewCandidateCount()
 {
     return(await _statisticsRepository.GetNewCandidateCount());
 }