public ProxyRepository() { this.path = HostingEnvironment.MapPath("~/App_Data/") + ProxySettings.GetPath(); this.xmlSerializer = new XmlSerializer(typeof(List <ProxyServer>)); this.Interval = ProxySettings.GetCooldown(); }