public IActionResult GetApartmentsByBuildingId(Guid buildingId) { return(Ok(_apartmentService.GetApartmentsByBuildingId(buildingId))); }