public void SetUp()
 {
     _typeParser = new TypeParser();
     _typeParser.InitializeBlacklistManager(IntrospectionUtility.TypeNodeFactory <TypeParserTestBase>());
     _typeParser.BeforeAnalysis();
 }