/// <inheritdoc />
 public async ValueTask DisposeAsync()
 {
     if (_snapshotStore != null)
     {
         await _snapshotStore.DisposeAsync();
     }
 }