factory ValidationException.fromJson(Map<String, dynamic> json) { return ValidationException( message: json['Message'] as String?, ); }