factory CreateServerResponse.fromJson(Map<String, dynamic> json) { return CreateServerResponse( serverId: json['ServerId'] as String, ); }