namespace Service.AppSettingModel; public class AuthSettings { public string Password { get; set; } = string.Empty; }