public CreditLookupBuilder(ICreditLookup creditLookup)
 {
     _creditLookup = creditLookup;
 }
 public GetCreditsByOrganisationNumberHandler(ICreditLookup creditLookup)
 {
     _creditLookup = creditLookup;
 }