namespace NodePipeline.Configuration.Yaml.Internal_Models; internal class YamlEditorOutputPort { /// /// человекочитаемое имя /// public string? Label { get; set; } public string? Description { get; set; } }