Beispiel #1
0
        void Exchange()
        {
            string exkey    = GetParam("k");
            var    response = reader.Exchange(UserAccount.ManagerId, exkey);

            OutputHelper.Output(response);
        }