protected DebugGremlinQuerySerializationTest(GremlinqTestFixture fixture, ITestOutputHelper testOutputHelper) : base(
         fixture,
         testOutputHelper)
 {
 }
 protected QuerySerializationTest(GremlinqTestFixture fixture, ITestOutputHelper testOutputHelper, [CallerFilePath] string callerFilePath = "") : base(
         fixture,
         testOutputHelper,
         callerFilePath)
 {
 }