public BackgroundWorkerTask(BackgroundWorkerTaskType taskType, object ptr) { Task = taskType; DataParam = ptr; }