/// <inheritdoc /> public EventSourceVersion GetCurrentVersionFor(EventSourceKey eventSource) { ThrowIfDisposed(); return(_event_committer_and_fetcher.GetCurrentVersionFor(eventSource)); }
/// <inheritdoc /> public EventSourceVersion GetCurrentVersionFor(EventSourceKey eventSource) { return(_eventCommitterAndFetcher.GetCurrentVersionFor(eventSource)); }