namespace IwutMail.Model { public class SecretConfig { public string HashSalt { get; set; } = null!; } }