using TrashLib.Sonarr.Config; namespace TrashLib.Sonarr.ReleaseProfile; public interface IReleaseProfileGuideParser { Task GetMarkdownData(ReleaseProfileType profileName); IDictionary ParseMarkdown(ReleaseProfileConfig config, string markdown); }