public async Task GetCatJSONTest() { var data = await Cats.GetCatByIdAsync("qsGk4el-D"); Assert.NotNull(data); }