public void SetUp()
 {
     configuration = new TypeDictionary();
     suiteConfiguration = new SuiteConfiguration(configuration);
 }
 [SetUp] public void SetUp() {
     memory = new TypeDictionary();
     suiteConfiguration = new SuiteConfiguration(memory);
 }