public IdentificationController(IUserIdentificationService userProfileService) { _userProfileService = userProfileService; }
public UserHttpClientFactory(IHttpClientFactory factory, IUserIdentificationService userIdentificationService) { _factory = factory; _userIdentificationService = userIdentificationService; }