public void ParseRegistries(IGraphBuilder builder) { _structureMapNode.ForTextInChild("Registry/@Type").Do(name => builder.AddRegistry(name)); }