Map<String, dynamic> toJson() { final displayName = this.displayName; return { 'DisplayName': displayName, }; }