using System.Collections.Generic; namespace FastGithub.Scanner { sealed class GithubContextHashSet : HashSet { public readonly object SyncRoot = new(); } }