def __reduce__(self) -> Tuple:
        return (self.__class__, (*constructor_args,))