def class_list(root = Registry.root, tree = TreeContext.new) out = String.new('') children = run_verifier(root.children) if root == Registry.root children += @items.select {|o| o.namespace.is_a?(CodeObjects::Proxy) } end service_children = Registry.at('Aws').children.select { |c| c.group == 'service' } # non-service classes out << "