Mutex support added
- The following types of mutexes have been added:
- FilesystemMutex: It can be used when several processes are running within the same host;
- InMemoryMutex: Can only be used when working in one process.
- By default, InMemoryMutex: is used in Sagas and Event Sourcing components.