namespace OnDeviceAgent.AgentCore { public interface IPersistentPathProvider { string GetPersistentDataPath(); } }