@override bool doesUseCaseExist(ID id) { try { _useCaseMapper.fromID(id); return true; } catch (e) { return false; } }