public async Task CanRemoveAsync() { Data.Add(_testVendor); await _controller.RemoveAsync(_testVendor.Id); Assert.Empty(Data); }