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