public TestDbContext(DbConnection existingConnection, IAggregateUpdateStrategy aggregateUpdateStrategy) : base(existingConnection, false, aggregateUpdateStrategy) { }