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