namespace Ragon.Server.Plugin.Web; [Serializable] public class AuthorizationResponse { public string Id; public string Name; public string Payload; }