using RadarrSharp.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace RadarrSharp.Services.Implementation { public interface IQualityService { Task> GetQualities(); } }