class Cucumber::Messages::IdGenerator::UUID

def new_id

def new_id
  SecureRandom.uuid
end