factory RemoveAction.fromJson(Map<String, dynamic> json) { return RemoveAction( memberId: json['MemberId'] as String, ); }