namespace HNSWDemo.Tests { public interface ITest { void Run(); } }