/// <inheritdoc/>
 public override string ToString()
 {
     return(string.Format(ToStringFormat, OldType.GetFullName(), NewType.GetFullName()));
 }