private IEnumerable <Type> GetDetailedTypes(Type type)
 {
     return(TypeFinder.GetDetailedTypes(type));
 }