public EbayProductSearch(IEbayApi api, string apiKey) : this(api) { this.apiKey = apiKey; }
public EbayProductSearch(IEbayApi api) { _api = api; }