return Model(Subject, Adapter)
        .compose(Disposable)
        .init(function initializeSubjectModel() {
            const selector = (state) => (
                store.selectors.subjects(state)[this.identity]