public FsBookRepository(FsLibraryContext context) {
   this.context = context;
   this.cache = context.getCache();
 }