Finders
@override Future<bool> isExists(Map<String, dynamic> args) async { return findBy(args).then((value) => value != null); }