protected Election createElectionAlgorithm(int electionAlgorithm){ LOG.info("Returning mocked leader election"); return new MockLeaderElection(this); }