///GENMHASH:0A638BEAEF3AE7294B3373C1072B1E0A:E4015679DD5DAB294A7133C7CED1679D
 internal void WithoutNSRecordSet(string name, string eTagValue)
 {
     this.PrepareRemove(NSRecordSetImpl.NewRecordSet(name, Parent).WithETagOnDelete(eTagValue));
 }
 ///GENMHASH:46C9C87DA2C900034A20B7DB46BD77F5:8BB7B2E82DEC8CA3D4E4D604C40FDD15
 internal DnsRecordSetImpl DefineNSRecordSet(string name)
 {
     return(this.SetDefaults(base.PrepareDefine(NSRecordSetImpl.NewRecordSet(name, Parent))));
 }
 ///GENMHASH:CC4422F1AB1A272DA6DBEBD9DD8767DF:C631BFEF9752170EDB60599311ACE154
 internal DnsRecordSetImpl UpdateNSRecordSet(string name)
 {
     return(base.PrepareUpdate(NSRecordSetImpl.NewRecordSet(name, Parent)));
 }