public async Task GetProfileTest() { var profile = await apiClient.GetProfile(userId1); Assert.NotNull(profile); }