/// <summary>
 ///     Instructs the equivalency comparison to try to convert the values of
 ///     matching properties before running any of the other steps.
 /// </summary>
 public TSelf WithAutoConversion()
 {
     ConversionSelector.IncludeAll();
     return((TSelf)this);
 }