public void RegisterPauseCallback(Func <bool, bool> callback) { Progress.RegisterPauseCallback(id, callback); }