public LoanApplicationScorer(ICreditHistoryChecker creditHistoryChecker) { _creditHistoryChecker = creditHistoryChecker; }