public GetIsCreatureFactory(TES5ObjectCallFactory objectCallFactory)
 {
     //WTM:  Note:  GetIsCreature is no supported in Skyrim:  https://www.creationkit.com/index.php?title=GetIsCreature
     //I'm going to use GetIsPlayableRace.
     getIsPlayableRaceFactory = new GetIsPlayableRaceFactory(objectCallFactory);
 }