// O God!
        void OGod1(Being my)
        {
            // Refresh and gladden my spirit.
            my.Spirit.Refresh();
            my.Spirit.Gladden();

            // Purify my heart.
            my.Heart.Purify();

            // Illumine my powers
            my.Powers.Illumine();

            // I lay all my affairs in Thy hand.
            Thy.Handle(my.Affairs);

            // Thou art my Guide and my Refuge.
            Thy.YouAre(my, CanBe.Guide | CanBe.Refuge);

            // I will no longer be sorrowful and grieved; I will be a happy and joyful being.
            my.Sorrows = null;
            my.Griefs  = null;
            my.State  |= BeingState.Happy | BeingState.Joyful;
        }