public PolicyConfigurationProvider()
 {
     this.policyConfig = ConfigurationManager.GetSection("throttlePolicy") as ThrottlePolicyConfiguration;
 }
 public PolicyConfigurationProvider()
 {
     this.policyConfig = ConfigurationManager.GetSection("throttlePolicy") as ThrottlePolicyConfiguration;
 }