private void CheckForPlayerEndOfTurn() { if (Hands.All(h => h.Status != HandStatusTypes.InProgress)) { Status = PlayerStatusTypes.Complete; } }