pub async fn get_image(
    client: &ImgurClient,
    image: String
) -> Result<ImageInfo, Error>