public void TestRealFullShow() { var show = new ShowService(new HttpClientWrapper()).GetFullShow(1); show.Wait(); var showObj = _jsonSerializeService.DeserializeObject <FullShowDto>(show.Result); Assert.Pass(); }