Default Provider TagPath in version 8 sdk

In previous versions of the API we could use

import com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser
TagPath provider =TagPathParser.parse("[default]") 

to convert the string of a tag provider’s name to a tagpath. How would this be done now that TagPathParser is deprecated?

use this one: com.inductiveautomation.ignition.common.tags.paths.parser.TagPathParser

Thank you, Kevin!