Map<String, dynamic> toMap() { return { 'time': toDateServerFormat(time), 'type': type.name, 'args': args, 'sessionId': sessionId, }; }