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