using RobotNet.RobotShares.Enums; namespace RobotNet.RobotManager.Services.Planner; public interface IPathPlannerManager { IPathPlanner GetPathPlanningService(NavigationType type); }