case *StoreAction_Service:
        switch sa.Action {
        case StoreActionKindCreate:
            return EventCreateService{Service: v.Service}, nil
        case StoreActionKindUpdate: