public static Type[] FindImplementers(this AppDomain @this, Type interfaceType) => @this.FindImplementers(interfaceType, ignoreDrivedClasses: true);