public override string ToString() 
 { 
     lock (s_activitiesStackSync) 
     { 
         return _executingActivitiesStack.ToString(); 
     } 
 }