public ThreadWork(Config info) { config = info; toiletID = config.toiletID; postURL = config.postURL; version = config.version; }
public SendCommand(Config info) { toiletID = info.toiletID; targetURL = info.postURL; version = info.version; }