def get() -> RequestSerialInteractor: return RequestSerialInteractor(interactors=[ ApiKeyHeaderInteractor(), PutSysVarViewInteractor(repo=SysVarRepoFactory.get()) ])
def get() -> RequestSerialInteractor: return RequestSerialInteractor(interactors=[ ApiKeyHeaderInteractor(), DeleteSeqInteractor(repo=SeqRepoFactory.get()) ])