namespace ZeroLevel.HNSW.PHNSW { public interface IPHNSWLevel { void Add(IPHNSWLevel prevLayer, Node node); Node Node { get; internal set; } } }