public void TestSetup() { NotificationCenter.instance.Clean(); game = new Container(); actionSystem = game.AddAspect <ActionSystem> (); testSystem = game.AddAspect <TestSystem> (); testSystem.Setup(); }