public static async Task MainAsync(TestingService tester)
        {
            await tester.Insert();

            await tester.InsertNulls();

            await tester.SelectAll();
        }