public void WhenInitializeRoundCounts_ThenVerifyRoundCounts()
        {
            var controller = new SimulationController(playerMock.Object);

            Approvals.VerifyAll(controller.InitializeRoundCounts(), "RoundCounts");
        }