namespace Newsbot.Collector.Domain.Results; public class AuthenticationResult : BaseResult { public string? Token { get; set; } public string? RefreshToken { get; set; } }