public Client(AbstractFactory factory) { absProductA = factory.CreateProductA(); absProductB = factory.CreateProductB(); }