public void AddFragment(String path) { DomainResource domainResource = this.Load(path); AddFragment(domainResource.GetUrl(), domainResource); }