public Exception GetLastPropertyException([System.Runtime.CompilerServices.CallerMemberName] string propName = "???")
 {
     return(Exceptions.GetException(propName));
 }