private void RequestVotesFromOtherServers()
 {
     this.Server.Broadcast(RequestVote.Create(this.Server));
 }