public void FetchUserOrderInfo() { var result = _client.FetchUserOrderInfo(_groupId, Guid.NewGuid()); Assert.IsNull(result.Exception); }