public IMemberConfiguration <T, TN> Instantiate(Func <T, TN> constructor)
 {
     _typeMapper.Instantiate(constructor);
     return(this);
 }