Delete a dependency
bool delete<T>({String? tag, bool force = false}) { return _scope.delete<T>(tag: tag, force: force); }