public ThreadEntry(CThreadPool ctp)
 {
     _associatedCThreadPool = ctp;
     _creationTime          = DateTime.UtcNow;
     _lastAliveTime         = DateTime.MinValue;
 }