namespace TrashLib.Radarr.Config { public interface IResourcePaths { string RepoPath { get; } } }