func test_can_push_numbers_to_up() {
        let sut = GameViewModel(GameEngineStub(), storage: MockStorage(), stateTracker: GameStateTrackerStub())
        
        sut.push(.up)