public static List <HB.IEnergyMaterial> GetConstructionMaterials(HB.OpaqueConstructionAbridged construction)
 {
     return(construction.Layers.Select(_ => GetOpaqueMaterialByName(_)).ToList());
 }
 public static List <HBEng.IMaterial> GetConstructionMaterials(HB.OpaqueConstructionAbridged construction)
 {
     return(construction.Layers.Select(_ => GetOpaqueMaterialByIdentifier(_)).ToList());
 }