public DRClientManager(ServerAddresses config, DRCommunicator communicator, DRClientHelper helper)
 {
     this.config       = config;
     this.communicator = communicator;
     this.helper       = helper;
     Init();
 }
        public DRCommunicator(DRClientHelper helper)
        {
            this.helper = helper;

            Init();
        }