Now, `ApplicationConfig` needs a new string-based input with the `app_name`.
**Improvements**:
* Add event RequestResponded
* Add event RequestResponded to controller handler. Now you can inject an event manager to a controller
* Add app_name to ApplicationConfig. Add application to controller (useful to feed the RequestResponded event).
* Add better error handling when the application crashed due to a bad Application Configuration
* Add EventConfig to `controller_handler`
* Update README.md