EventSender
interface EventSender
An interface that allows the host application to send events to a custom server. The events are represented as instances of the EventWithArgs class, which can contain any type of arguments. Implementations of this interface should handle the serialization and transmission of the events to the server.