using StellaOps.Concelier.Models; namespace StellaOps.Concelier.Exporter.Json; public interface IJsonExportPathResolver { /// /// Returns the relative path (using platform directory separators) for the supplied advisory. /// Path must not include the leading export root. /// string GetRelativePath(Advisory advisory); }