ClassProductAggregateProductAggregate is essentially a DDD AggregateRoot (from the DDD concept). In event-sourced systems, Aggregates are often stored and retreived using
command-side/src/main/java/com/soagrowers/productcommand/aggregates/ProductAggregate.java:35