class AlreadyExistsException(Exception):
pass
class NotFoundException(Exception):
class ObjectIsInvalid(Exception):