case *StoreAction_Volume:
        switch sa.Action {
        case StoreActionKindCreate:
            return EventCreateVolume{Volume: v.Volume}, nil
        case StoreActionKindUpdate: