Method NextValueIdAsync()
Generate next unique ID for values.
Uses database sequence or other mechanism.
Task<long> NextValueIdAsync()
Generate next unique ID for values.
Uses database sequence or other mechanism.
Task<long> NextValueIdAsync()