public void FetchProductGroupDetail() { var result = _client.SelectProductGroupDetail("Tuhu002"); Assert.IsNull(result.Exception); }