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