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