Developing an app using CQRS and Mediator pattern.

What is CQRS!?
CQRS for the acronyms of Command Query Responsibility Segregation is a design pattern that segregates read and write operations for a data store into separate data models.
Th...