private ObjectID CreateObjectID(string classID, object value)
 {
     return(new ObjectID(_mappingConfiguration.GetClassDefinition(classID), value));
 }