constructor(
@ILogService private readonly _logService: ILogService,
@IProductService private readonly _productService: IProductService,
@IAgentHostGitHubEndpointService private readonly _gitHubEndpointService: IAgentHostGitHubEndpointService,
) {
this._fetch = fetchFn ?? globalThis.fetch;
}
// #region Public API