public static async Task ClassInit()
        {
            await BooksHelper.StartSessionAsync();

            await BookPocosHelper.StartSessionAsync();
        }