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