public async Task <ulong> GetNextValueAsync()
 {
     return(await _store.GetLengthAsync());
 }