public IDiscoveryTopicBuilder WithNodeId(string nodeId) { IdentifierValidator.ValidateNodeId(nodeId); NodeId = nodeId; return(this); }