private void ExtraDataWorker_DoWork(object sender, DoWorkEventArgs e)
 {
     bigFile?.LoadExtraData(e.Argument as BigFileOperationStatus);
 }