case *StoreAction_Node:
        switch sa.Action {
        case StoreActionKindCreate:
            return EventCreateNode{Node: v.Node}, nil
        case StoreActionKindUpdate: