public async Task UpdateTagAsync(int electionId, string tag)
 {
     await _electionRepository.UpdateServerTagAsync(electionId, tag);
 }