/// <summary>
 /// Returns the count of the number of instances of the specified type
 /// </summary>
 /// <typeparam name="TIfcType"></typeparam>
 /// <returns></returns>
 public long CountOf <TIfcType>() where TIfcType : IPersistIfcEntity
 {
     return(cache.CountOf <TIfcType>());
 }