Future<void> loadDocument(Future<EpubBook> document) { this.document = document; return _loadDocument(document); }