public void Add <T>(EntityTypeTransform <T> transform) where T : class
 {
     this.cache[typeof(T)] = itemToCache;
 }
 public void Add <T>(EntityTypeTransform <T> type)
 {
     this._transforms.Add(typeof(T), type);
 }