internal TableStorageTransaction(TableStorageConnection connection, IsolationLevel isolationLevel)
 {
     m_Connection = connection;
     m_IsolationLevel = isolationLevel;
 }
 internal TableStorageTransaction(TableStorageConnection connection, IsolationLevel isolationLevel)
 {
     m_Connection     = connection;
     m_IsolationLevel = isolationLevel;
 }