namespace Yi.Framework.AiHub.Application.Contracts.Dtos.Token; public class TokenOutput { public string? ApiKey { get; set; } }