pub trait JwtUtil { // Required method fn get_user_id_from_token(&self, token: String) -> AppResult<u64>; }