// O God!
        void OGod2(Being my)
        {
            // I will no longer be full of anxiety, nor will I let trouble harass me.
            my.Anxieties.Clear();
            my.TroubleHandler = null;

            // I will not dwell on the unpleasant things of life.
            my.DwellHandler = things => my.DwellHandler(things?.Where(x => !x.IsUnpleasant));
        }