void runProgressCallBack(int key, int complete, int target) { _progressCallBacks[key]?.call(complete, target); }