fun String.toExtId(prefix: String = ""): String
Creates a string satisfying requirements for entity id in TeamCity. Can be used to generate an id from a name.
"Fast Tests".toId() //result: FastTests
"Fast Tests".toId("MainProject") //result: MainProject_FastTests