public SynContext(ThreadContext context) { _context = context; }
private bool Equals(ThreadContext other) { return(string.Equals(Name, other.Name)); }