factory DeleteLunaClientResponse.fromJson(Map<String, dynamic> json) { return DeleteLunaClientResponse( status: json['Status'] as String, ); }