namespace ArgumentsToolkit; public record ArgumentError(ErrorCode Code, string Message, string? Option = null);