public AzureApiManagementApi(string _host, string _apiId, string _apiKey) : base(_host, _apiId, _apiKey) { prdService = new AzureApiManagementProduct(_host, _apiId, _apiKey); }