public Task Shutdown(CancellationToken cancellationToken = default)
 {
     _store.Shutdown();
     return(Task.FromResult(0));
 }