pub type ElectionRef = Arc<dyn Election<Leader = LeaderValue>>;
struct ElectionRef { /* private fields */ }