.flatMap { .from(optional: f($0)) }
fetchState.flatMap { .from(optional: $0.success) }
fetchState.compactMap { $0.success }