public void DeleteBook(string bookID) { if (!CanSync()) { return; } _cloudStorageService.DeleteNode(this.PathGenerator(bookID)); }