static Future<bool> delete<S>({String? tag, bool force = false}) async => GetInstance().delete<S>(tag: tag, force: force);