pub async fn select_first(test: &mut Test) -> Result<()>
.select(...).first() lifts the outer container to Option<T>.
.select(...).first()
Option<T>