pub async fn load_data(
    client: StorageServiceClient<Channel>,
    region: u32,
    key: Vec<u8>
) -> Result<Vec<u8>, StatusCode>