public MessageProcessor_Map() { lockObject = new object(); activeIds = new HashSet <int>(); target = null; }