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