namespace PathfindingPCL { public interface IHM { void PrintResult(string _path, double _distance); } }