public void AddContext(int key, NodeContext context) { if (_context.ContainsKey(key)) { LogManager.Error("Key:[{0}] Error,Type:[{1}]", key, context.GetType()); } else { _context.Add(key, context); } }