public bool Consult(string cpf)
 {
     return(_repository.GetCountExpiredCredit(cpf) > 0 ? true : false);
 }