using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WWPipeLine.Commons { public class Cache { public static int CurrentThreadID { get; set; } } }