public async Task GetFacility() { VendorService service = new VendorService(); var t = await service.GetFacilities(); t.Should().NotBeNull(); }