Core/Utils/IPathProvider.cs

namespace Core.Utils;
 
public interface IPathProvider
{
    string GetConfigurationPath();
}