public static void InitializeUmbraco() { //You can only boot the manager once per thread //if you run tests twice without this check you get an exception var _testApp = new TestApplicationBase(); _testApp.Start(_testApp, new EventArgs()); }