public void TestCallSpeciesApi()
 {
     Assert.IsTrue(SpeciesService.GetAsync().Result.count > 0);
 }