public void Map(TSource source, ValidationReport report) { if (_condition.Invoke(source)) { report.Add(_notification.Invoke(source)); } }