public long GetNextId(string dataStoreKey) { long nextId = _generator.NextIdAsync(dataStoreKey).Result; return(nextId); }