Date: 2020-05-14
Accepted
The idea from CQRS - do not return anything from command processing. But in some cases, we need to get generated identifiers of new created resources.
Command handlers can return generated identifiers after processing if it's needed.