When working on setting up EventSauce on a local POC I ran into issues as the example copied from the site didn't work.
To avoid other people from running into the same here is a small correction replacing the SerializablePayload with static as it is defined in the interface
When working on setting up EventSauce on a local POC I ran into issues as the example copied from the site didn't work. To avoid other people from running into the same here is a small correction replacing the
SerializablePayload
withstatic
as it is defined in the interface