private ProcessingContext(ProcessingContext other)
 {
     Provider          = other.Provider;
     CancellationToken = other.CancellationToken;
 }