public static void CachingSingleInstanceCleanup()
 {
     TestServerHelper.UnLoadServerAsConsole();
 }
 public static void CachingSingleInstanceInitialize()
 {
     TestServerHelper.LoadServerAsConsole("singleInstance");
     // let the server be loaded
     System.Threading.Thread.Sleep(1500);
 }