/// <summary>
 /// Reset state for this object (to prepare for handling another connection).
 /// </summary>
 public void Cleanup()
 {
     _transactionManager.Cleanup();
 }