public GameResult GetResult(Paper choice) { return GameResult.Win; }
public GameResult GetResult(Paper choice) { return GameResult.Lose; }