namespace Ksp.WebServer { public class KspProxyConfig { public string Host { get; set; } public string Authorization { get; set; } } }