Using DbPooling ignoresAutoTransactionBehavior flag

Yes, it fails on the second instance when i do it in OnConfiguring. We never changed transaction behavior anywhere other setting it to never in that callback.

I had to back off using pooled context anyway, since we are using scoped dependency in interceptor and there is no clear way to workaround this