public static void Shutdown()
 {
     if (_blogServerMonitorTester != null)
     {
         _blogServerMonitorTester.Dispose();
     }
 }