public LibraryAlbumRepository(string apiKey, IRestClient restClient, ILibraryResponseParser parser) : base(apiKey, restClient, parser) { }
protected LibraryRepository(string apiKey, IRestClient restClient, ILibraryResponseParser parser) { this.apiKey = apiKey; this.restClient = restClient; this.parser = parser; }