public TransactionCommand Add(IMWLCommand cmd) { _lst.Add(cmd); return(this); }
public CompositeCommand Add(IMWLCommand cmd) { _lst.Add(cmd); return(this); }