public void two_customers_with_different_ids_are_not_equal() { Milenko.Should().NotBe(Stanko); }
public void two_customers_with_same_id_but_different_values_are_equal() { Milenko.Should().Be(OlderMilenko); }