public HttpRequestQueueCounters(string instanceName)
 {
     this.instance = HttpQueuePerformanceCounters.GetInstance(instanceName);
 }
 static HttpRequestQueueCounters()
 {
     _Total = HttpQueuePerformanceCounters.GetInstance("_Total");
 }