public ulong RootID() => Root == null? 0 : Crc64.Compute(Root);
public NetIDHolder(ILoader loader) { _netIDToFile = loader.AllPossibleRoots.ToDictionary(x => Crc64.Compute(x)); }