diff --git a/VectoCore/VectoCore/Models/Simulation/Data/VectoRunData.cs b/VectoCore/VectoCore/Models/Simulation/Data/VectoRunData.cs
index 6be166a35328a5fc4b8456d363dbbf40f2cc8d18..52f4d456a618408f8f453cae091583e715967287 100644
--- a/VectoCore/VectoCore/Models/Simulation/Data/VectoRunData.cs
+++ b/VectoCore/VectoCore/Models/Simulation/Data/VectoRunData.cs
@@ -102,12 +102,8 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
 			// ReSharper disable once InconsistentNaming
 			public string ID;
 
-			[Required] public AuxiliaryType Type;
-
 			public IList<string> Technology;
 
-			public string[] TechList;
-
 			[SIRange(0, 100 * Constants.Kilo)] public Watt PowerDemand;
 
 			[Required] public AuxiliaryDemandType DemandType;