implementation("io.github.railian.data:data-result-safe-coroutines:0.3.0-alpha04")
DataResult is a discriminated union that encapsulates a successful outcome with a value of type [T] or a failure with an error of type [E].