factory ConnectDirectoryResult.fromJson(Map<String, dynamic> json) { return ConnectDirectoryResult( directoryId: json['DirectoryId'] as String?, ); }