commandAggregateType
The command aggregate type resolved from the generic type parameters.
This property uses reflection to extract the command aggregate class from the generic type arguments of the subclass. It's used internally to configure the test DSL with the correct aggregate type.
Return
the Class representing the command aggregate type
Throws
if the generic type cannot be resolved to a Class