public Client() { _iterator = new ConcreteIterator(_aggregate); _iterator.First(); _iterator.Siguiente(); _iterator.Current(); _iterator.IsDone(); }