Regalo
Regalo copied to clipboard
Checks that requested aggregate version exists in the event stream are not reusable
We have checks in the RavenEventStore.Load(Guid, Guid) method to ensure that when a specific version is requested, it exists in the EventStream. Consider making the EventStream a higher-level concept that encapsulates this kind of logic.