I am moving from the C-wrapper to this crate and would like to port this code: ```rust socket.set_username(Some("user")).await?; socket.set_password(Some("password")).await?; ``` I couldn't find a way to do this. Has this not been implemented yet?