public async void Test1() { var result = await catService.GetRandomListAnimal(25); Assert.Equal(25, result.Count); }