public Game Vote(VoteModel model) { CurrentRound?.Vote(model.PlayerId, model.VoteeId); return(this); }