factory InviteAction.fromJson(Map<String, dynamic> json) { return InviteAction( principal: json['Principal'] as String, ); }