public void TestCallVehiclesApi()
 {
     Assert.IsTrue(VehiclesService.GetAsync().Result.count > 0);
 }