Map<String, dynamic> toJson() { return { 'options': options?.toJson(), 'supportedMediaTypes': supportedMediaTypes?.map((e) => e.name).toList(), }; }