/// <summary>
 ///     Instructs the equivalency comparison to try to convert the value of
 ///     a specific property on the expectation object before running any of the other steps.
 /// </summary>
 public TSelf WithAutoConversionFor(Expression <Func <IMemberInfo, bool> > predicate)
 {
     ConversionSelector.Include(predicate);
     return((TSelf)this);
 }