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