Returns the object value for the specified String key.
@override T findId<T extends Object>(String id) { return findModelWithCustomKey(id); }