async fn get_double_async(num: u32) -> u32 {
    num
}