namespace RobotNet10.ScriptEngine.Models; public record ScriptMissionParameterModel(string Name, Type Type, object? DefaultValue = null);