namespace Ragon.Server.Plugin.Web; [Serializable] public class AuthorizationRequest { public string Name; public string Token; }