public OFXTransactionService(ILogger <OFXTransactionService> logger, ChallengeDBContext context) { _logger = logger; _context = context; }