public void GetUserGroupCountByUserId() { var result = _client.GetUserGroupCountByUserId(new Guid("A6D35679-A38B-4781-8DA9-1727E390F033")); result.ThrowIfException(); Assert.IsNotNull(result.Result); }