private void AddEventHandler(int key, Action <byte[]> action) { Tuple <int, int> tup = new Tuple <int, int>(key, NodeId); CManager.AddEventHandler(tup, action); }