Deletes an entry in the repository.
@override Future<void> delete(Model item) async { _box.delete(item.id); }