BeginTransaction with IsolationLevel in EF Core

I'm trying to rewrite old library to use EntityFramework Core and I can't figure out how to begin transaction with specific isolation level. Previously I was able to do something like this: DbCon...