private static void NotifyFormatException(FormatExceptionHandlerArgs args)
 {
     FormatException?.Invoke(MethodBase.GetCurrentMethod()?.DeclaringType, args);
 }