public ProgressPair(ProgressData data, ProgressResultHandler action) { Data = data; Action = action; }