public ClientFactory(ICardFactory factory, string type) { creditCard = factory.GetCreditCard(type); debitCard = factory.GetDebitCard(type); }