static Object? modelFor(Object? source) { if(source is AFWrapModelWithCustomID) { return source.model; } return source; }