public TypeDetails GetTypeInfo(Type type)
 {
     return(TypeMapFactory.GetTypeInfo(type, GetProfile(DefaultProfileName)));
 }