Gets or sets an optional name for the YAML source.
public string? SourceName { get; init; }
This value is used to annotate YamlException messages with a source name (for example, a file path) when reporting parse errors.