public void TestGetGameUserSupportInfo() { var result = _client.GetGameUserSupportInfo(new GetGameUserSupportInfoRequest() { GameVersion = GameVersionEnum.BUMBLEBEE, OpenId = "213123214" }); result.ThrowIfException(); Assert.IsNull(result.Exception); Assert.IsNotNull(result.Result); }