public Expectation(T actual) { Actual = actual; if (Actual != null) { Actual.SetMetadata(Expectations.METADATA_KEY, this); } }