pub fn is_pairwise_exists(
    wallet_handle: IndyHandle,
    their_did: &str
) -> Box<dyn Future<Item = bool, Error = ErrorCode>>