public override Type GetInterface(string name, bool ignoreCase)
 {
     return(typeImpl.GetInterface(name, ignoreCase));
 }