private bool ExpectingCPUMove() { return(!_gameManager.IsPlayerControlledTurn() && !_gridData.GameOver() && !_makingCPUMove); }