namespace MoonlightServers.Daemon.ServerSystem.Implementations.Docker.Events; public record ContainerDieEvent(string ContainerId, int ExitCode);