Delete the controller
@override bool delete({bool force = false}) { if (scope != null) { return scope!.delete<T>(tag: tag, force: force); } else { return Zen.delete<T>(tag: tag, force: force); } }