#pragma once #include namespace NYT::NAuth { struct IServiceTicketAuthPtrWrapper; using IServiceTicketAuthPtrWrapperPtr = std::shared_ptr; } // namespace NYT::NAuth