# File lib/neo4jr/property_container_extension.rb, line 34
  def convert(value)
    return value.to_s if value.is_a? Symbol
    value
  end