public void Finish(bool successful) { if (!successful) { throw new ConfuserException(null); } baseLogger.Log("Finish protecting Runtime."); }