private BacNetDevice() { Remote = new List <BacNetRemoteDevice>(); Services = new BacNetServices(); Response = new BacNetResponse(); WaitList = new Dictionary <int, object>(); LostDevices = new Dictionary <uint, DateTime>(); }