pub async fn sign_message(
    client: KmsServiceClient<Channel>,
    key_id: u64,
    msg: &[u8]
) -> Result<Vec<u8>, StatusCode>