public void Setup(IRegistry registry) { registry.Copy <CmsModel>() .Map(x => x.Name, "nodeName"); registry.Register <Site>() .Map(x => x.Hosts, "hosts", x => x.Split(';')) ; }