namespace Moonlight.Shared.Http.Responses.Auth; public class LoginStartResponse { public string Url { get; set; } }