/// <summary>
 /// Sets the transaction.
 /// </summary>
 private void SetTransactionControler()
 {
     CallContext.SetData("Transaction", _transaction);
 }
 /// <summary>
 /// Sets the hash code controler.
 /// </summary>
 private void SetHashCodeControler()
 {
     CallContext.SetData("HashCode", this.GetHashCode());
 }