public static void Equal <T>(this ICanAddMatcher <T> expectation, T expected) { expectation.Equal(expected, null); }