case *StoreAction_Network:
        switch sa.Action {
        case StoreActionKindCreate:
            return EventCreateNetwork{Network: v.Network}, nil
        case StoreActionKindUpdate: