factory MessageKindCtcp.fromJson(Map<String, dynamic> json) => MessageKindCtcp( command: json['command'] as String, );