using RestSharp; public interface IWebRequestor { Task> GetManyAsync(RestRequest request); Task> GetAsync(RestRequest request); }