public async ValueTask DisposeAsync()
        {
            await _cluster.DisposeAsync();

            await _eventStore.DisposeAsync();
        }