public bool Wins(Choices.Choice choice) { if (Choices.IsGreatest(choice)) { return(_choice < choice); } return(_choice > choice); }