Default event struct for unrecognized or not-yet-implemented events.
@type t() :: %Rujira.Events.Event{attributes: map(), type: String.t()}
@spec new(String.t(), map()) :: t()