public void GetHashCodeReturnSameValue()
 {
     ProxyMethodExpectationTriplet triplet = new ProxyMethodExpectationTriplet(proxy, this.endsWith, this.expectation);
     Assert.Equal(triplet.GetHashCode(), triplet.GetHashCode());
 }