namespace Govor.Application.Services.Authentication; public class JwtOption { public string SecretKeу {get; set;} public int Hours { get; set; } }