Performs repository.delete().
repository.delete()
Future<void> delete(T item) => repository.delete(item.toModel());