Exemplo n.º 1
0
        public void GetProfileInformation()
        {
            if (citizenIdentifier == null)
            {
                citizenIdentifier = "df8156b6-da8f-4f40-bfb9-f754d1ba1d37";
            }

            Profile result = _client.GetProfileInformation(citizenIdentifier);

            Assert.AreEqual(result.CitizenIdentifier, citizenIdentifier, "BasicProfile not equal");
        }