Theme Bäuerliche Welten - noi-techpark/opendatahub-docs GitHub Wiki
If an accommodation's AccoTypeId is Farm the theme "Bäuerliche Welten" is added to the ThemeIds.
The Code:
Is implemented here.
if (myacco.AccoTypeId == "Farm")
{
myacco.ThemeIds.Add("Bäuerliche Welten");
}