private async Task InitializeDataAsync() { var buildingService = new BuildingService(); BuildingList = await buildingService.GetBuildingsAsync(); }