namespace MoonlightServers.Shared.Admin.Templates; public record InstallationConfigDto(string DockerImage, string Shell, string Script);