namespace RobotNet.ScriptManager.Models; public record ScriptTaskData(string Name, int Interval, bool AutoStart, string Code, string Script);