namespace RobotNet.Script.Shares; public record ScriptTaskDto(string Name, int Interval, string Code);