public static void ShutdownBK() { if (bkutil != null) { bkutil.Teardown(); } }
public static void TeardownBookkeeper() { bkutil.Teardown(); }