namespace MoonlightServers.Daemon.ServerSystem.Docker; public static class DockerConstants { public const string RuntimeNameTemplate = "moonlight-runtime-{0}"; public const string InstallationNameTemplate = "moonlight-installation-{0}"; }