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