NServiceBus removes Saga data at least in the RavenDB persistens store when this.MarkAsComplete();
is called from the Saga itself.
Is there a built-in way to archive the Saga data when the Saga becomes completed or terminated? We need such a feature for traceability reasons.