public bool CanSupport(Type type)
 {
     return(_innerDescriptor.CanSupport(type));
 }