namespace PyroFetes.DTO.Refrresh.Response; public class GetRefreshDto { public string? Token { get; set; } }