public static BuildingBlueprint Create(int stories, int apartments, float occupancy) => new BuildingBlueprint(stories,apartments,occupancy);