private void AddTupleInTransaction() { _spaceProxy.BeginTransaction(); _spaceProxy.Add(_testTupleType, new TestTuple(_counter, _counter)); _counter++; _spaceProxy.CommitTransaction(); }