public bool Equals([AllowNull] ThreadPoolEventStatistics other)
 {
     return(Type == other.Type &&
            ThreadPoolWorker.Equals(other.ThreadPoolWorker) &&
            ThreadPoolAdjustment.Equals(other.ThreadPoolAdjustment));
 }