There are some places where we do `.unwrap()` but we could use `?` or handle the error. Investigate those and change.
There are some places where we do
.unwrap()but we could use?or handle the error. Investigate those and change.