public bool ImplementInterface(Type type, Type interfaceType) { return(XTypes.ImplementInterface(type, interfaceType)); }