void Awake() {
     var scene = SceneManager.GetActiveScene();
     ItemPool.RegisterSceneEntities(scene);
 }