private void AddCustomValidator(string name, string description) { var document = ModelMapper.AddCustomValidator(name, description); TryApplyChanges(document); NavigatableMarker = ModelMapper.CreateNavigatableMarker(ModelMapper.NodeKind.CustomValidator, ModelMapper.ModelType, name); }