namespace Poker.Strategies; internal class Fold : Strategy { public override int Value => -1; }