public interface VoteCounter { void addVote(Integer id); Integer getVoteCount(Integer id); }