using System; using System.Threading; namespace Serein.Library.Utils { public class NodeRunCts : CancellationTokenSource { } }