public void Destroy() { _gameOverFilter.ToEntitieNumbersList().ForEach(entity => { _world.RemoveEntity(entity); }); }