public GameObject GenerateBall(BallType type) { var newBall = _ballFactory.GenerateBall(type); return(newBall); }