public string GetNightwatchDiscordToken() => MiscVar.GetValue("NightwatchDiscordToken");
public string GetGlacierSecretKey() => MiscVar.GetValue("GlacierSecretKey");
public string GetSteamBuildPassword() => MiscVar.GetValue("SteamBuildPassword");
public string GetGithubHookKey() => MiscVar.GetValue("GithubHookKey");
public string GetSteamWebApiKey() => MiscVar.GetValue("SteamWebApiKey");
public string GetNightwatchPassword() => MiscVar.GetValue("NightwatchPassword");