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