private void SetUpIntro(Scene scene)
        {
            var intro = _entityFactory.CreateIntro();

            scene.AddEntity(intro);
        }