Now Database has method GetTransactionAsync, which creates inside
_transaction = _sharedConnection.BeginTransaction();
and returns ITransaction
But i need DbTransaction object. It will be comfortably if Database will have method, which return _transaction