LowEvent formalises an event-driven architecture with easy to understand events.
Inherit from LowEvent or use one of the events defined by LowEvent.
response = Low::Events::ResponseFactory.response(body: 'HTML/JSON')
Low::Events::ResponseEvent.new(response:)