using System.Collections.Generic; namespace Emby.Server.Implementations { public static class ConfigurationOptions { public static readonly Dictionary Configuration = new Dictionary { {"HttpListenerHost:DefaultRedirectPath", "web/index.html"} }; } }