Thomas Gallice

Results 3 issues of Thomas Gallice

- [ ] Add Airline template - [x] Add Sender actions - [ ] Handle Account linking - [X] Handle webhook (partial) - [ ] Handle Payment Webhook - [...

enhancement

Value object : - `Context` - `Entity` - `EntityValue` - `Location` are now `final` and `immutable`. close #16

I think the `Context` must be immutable to prevent side effects. This way we can track all context modifications and why not provide a history ?

enhancement