initialize

abstract suspend fun initialize(): Either<Error, Unit>

Asynchronously initializes the entity. Can Either succeed or fail with an Error.