Does anyone know how to conform this class to identifiable? It's a viewmodel called from SwiftUI. It works if I drop the @MainActor but I wonder whether this will not cause any issues later on... The code follows a @pointfreeco example (which also drop the MainActor)...
