public AccountController(Domain.Contracts.IAuthenticationService authenticationService, IConfiguration configuration, IPartyService partyService, ILogService logService) { _authenticationService = authenticationService; _configuration = configuration; _partyService = partyService; _logService = logService; }