package dev.inmo.micro_utils.repos import com.benasher44.uuid.uuid4 fun generateId() = uuid4().toString()