private static bool CategoryExists()
 {
     return(PerformanceCounterCategory.Exists(CategoryName));
 }