public void BeforeExecute(Executors.AUOperationType operationType)
        {
            AUOperationSnapshot snapshot = new AUOperationSnapshot()
            {
                OperationType = operationType
            };

            AUOperationSnapshotAdapter.Instance.Update(snapshot);
        }
		public void BeforeExecute(Executors.AUOperationType operationType)
		{
			AUOperationSnapshot snapshot = new AUOperationSnapshot() { OperationType = operationType };

			AUOperationSnapshotAdapter.Instance.Update(snapshot);
		}