public static function forgetAll()
 {
     self::$derivedAttributesData = null;
     self::$attributesNotIncludingDerivedAttributesData = null;
     self::$inferredRelationsData = null;
     self::$dynamicallyDerivedAttributesData = null;
 }