public void Attach_WithValidInputs() { _repo.Attach(_package); _mockDbSet.Received().Attach(_package); }