static void Main(string[] args)
 {
     PerformanceCounters.Create(typeof(Counters), typeof(MessageCounters));
 }