namespace RobotNet10.ScriptEngine.Shared; public record ScriptFileDto(string Name, int Level, string Code);