diff --git a/ICD.Common.Utils/Json/AbstractGenericJsonConverter.cs b/ICD.Common.Utils/Json/AbstractGenericJsonConverter.cs
index a6ea772..0b95a0c 100644
--- a/ICD.Common.Utils/Json/AbstractGenericJsonConverter.cs
+++ b/ICD.Common.Utils/Json/AbstractGenericJsonConverter.cs
@@ -10,10 +10,7 @@ namespace ICD.Common.Utils.Json
/// Creates a new instance of T.
///
///
- protected virtual T Instantiate()
- {
- return ReflectionUtils.CreateInstance();
- }
+ protected abstract T Instantiate();
///
/// Writes the JSON representation of the object.