namespace RobotNet.Script.Shares; public record ScriptVariableDto(string Name, string TypeName, string Value);