fun String.namespaceAndName(): Pair<String, String>
Extract namespace and name from a qualified name (ie namespace:name).