static UdpCacheNotifier()
 {
     TotalCounters = new CacheNotifierPerformanceCounters("_Total_");
     AppInstanceCounters = new CacheNotifierPerformanceCounters(PerformanceCountersWrapperBase.GetInstanceName());
 }