public void Register <T>(IDataConfiguratorCollection <T> collection)
 {
     hashtable.Add(typeof(T), collection);
 }
 public static MutatorsTreeBase <TDest> GetMutatorsTree <TSource, TDest>(this IDataConfiguratorCollection <TDest> collection, MutatorsContext sourceMutatorsContext, MutatorsContext destMutatorsContext, MutatorsContext converterContext)
 {
     return(collection.GetMutatorsTree(new[] { typeof(TSource) }, new[] { sourceMutatorsContext, destMutatorsContext }, new[] { converterContext }));
 }