factory CSDocumentosCopyResult.fromJson(Map<String, dynamic> json) { return CSDocumentosCopyResult( json['documentType'], json['sessionId'], ); }