using Radarr.Api.V3.Indexers; using RestSharp; namespace NzbDrone.Integration.Test.Client { public class ReleaseClient : ClientBase { public ReleaseClient(IRestClient restClient, string apiKey) : base(restClient, apiKey) { } } }