Beispiel #1
0
        public async Task GetProfileTest()
        {
            var profile = await apiClient.GetProfile(userId1);

            Assert.NotNull(profile);
        }