public async Task LoadCustomerAsync() { var customerId = 1; var customer = await _sut.LoadCustomerAsync(customerId); customer.Id.Should().Be(customerId); }