pub fn get_pairwise(
    wallet_handle: WalletHandle,
    their_did: &str
) -> Box<dyn Future<Item = String, Error = IndyError>>