public void TestInit()
        {
            ActivationManager.Reset();
            ExecutionLogger.ExecutedOrder           = "";
            MyStartupCode.StartCalled               = false;
            MyStartupCode.Start2Called              = false;
            MyStartupCode.CallMeAfterAppStartCalled = false;
            MyStartupCode.CallMeWhenAppEndsCalled   = false;

            MyOtherStartupCode.StartCalled  = false;
            MyOtherStartupCode.Start2Called = false;
        }