namespace IOL.BookmarkThing.Server.Api.Internal.Account; public class CreateTokenRequest { public string Name { get; set; } }