async fn change_username(
old_username: String,
password: String,
new_username: String,
) -> Result<UserSession, ServerFnError>
async fn change_username(
old_username: String,
password: String,
new_username: String,
) -> Result<UserSession, ServerFnError>