public static AsyncSnapshotReader Create() { return(Create(EmbeddedEventStore.Connection, SnapshotReaderConfigurationFactory.Create())); }
public static AsyncSnapshotReader CreateWithConnection(IEventStoreConnection connection) { return(Create(connection, SnapshotReaderConfigurationFactory.Create())); }