namespace Recyclarr.TrashGuide.CustomFormat; public interface ICustomFormatGuideService { ICollection GetCustomFormatData(SupportedServices serviceType); }