public static async Task ClassCleanupAsync()
        {
            await app.CloseAsync();

            await app.ReleaseAsync();
        }