namespace SVSim.EmulatedEntrypoint.Models.Dtos.Responses; /// /// POST /tool/signup response. The interesting outputs (viewer_id, short_udid, udid) all /// live in data_headers; the data payload is empty. SignUpTask.Parse never /// reads data. /// public class SignupResponse { }